home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
EatFruits.swf
/
scripts
/
frame_2
/
PlaceObject2_42_641
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
120 b
|
8 lines
onClipEvent(enterFrame){
this._xscale -= 0.2;
if(this._xscale < 5)
{
_root.gotoAndStop(3);
}
}